﻿2026-07-26T16:39:47.3281349Z ##[group]Run actions/checkout@v5
2026-07-26T16:39:47.3281602Z with:
2026-07-26T16:39:47.3281794Z   repository: SaberMage/spt-shell-notify
2026-07-26T16:39:47.3282021Z   path: .adapter-notify
2026-07-26T16:39:47.3283916Z   token: ***
2026-07-26T16:39:47.3284099Z   ssh-strict: true
2026-07-26T16:39:47.3284269Z   ssh-user: git
2026-07-26T16:39:47.3284451Z   persist-credentials: true
2026-07-26T16:39:47.3284652Z   clean: true
2026-07-26T16:39:47.3284841Z   sparse-checkout-cone-mode: true
2026-07-26T16:39:47.3285047Z   fetch-depth: 1
2026-07-26T16:39:47.3285227Z   fetch-tags: false
2026-07-26T16:39:47.3285409Z   show-progress: true
2026-07-26T16:39:47.3285615Z   lfs: false
2026-07-26T16:39:47.3285786Z   submodules: false
2026-07-26T16:39:47.3285958Z   set-safe-directory: true
2026-07-26T16:39:47.3286177Z   allow-unsafe-pr-checkout: false
2026-07-26T16:39:47.3286395Z env:
2026-07-26T16:39:47.3286576Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-26T16:39:47.3286807Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-26T16:39:47.3287084Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-26T16:39:47.3287299Z ##[endgroup]
2026-07-26T16:39:47.4982345Z Syncing repository: SaberMage/spt-shell-notify
2026-07-26T16:39:47.4986609Z ##[group]Getting Git version info
2026-07-26T16:39:47.4987136Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-26T16:39:47.5011991Z [command]/usr/bin/git version
2026-07-26T16:39:47.5046388Z git version 2.43.0
2026-07-26T16:39:47.5061906Z ##[endgroup]
2026-07-26T16:39:47.5072957Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3886ae4d-60a0-4270-86df-b4b95e1f8c89' before making global git config changes
2026-07-26T16:39:47.5073856Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T16:39:47.5075982Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-26T16:39:47.5110766Z ##[group]Initializing the repository
2026-07-26T16:39:47.5113582Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-26T16:39:47.5139562Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-26T16:39:47.5140205Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-26T16:39:47.5140787Z hint: of your new repositories, which will suppress this warning, call:
2026-07-26T16:39:47.5141273Z hint: 
2026-07-26T16:39:47.5141588Z hint: 	git config --global init.defaultBranch <name>
2026-07-26T16:39:47.5141961Z hint: 
2026-07-26T16:39:47.5142315Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-26T16:39:47.5142895Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-26T16:39:47.5143339Z hint: 
2026-07-26T16:39:47.5143573Z hint: 	git branch -m <name>
2026-07-26T16:39:47.5144479Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-26T16:39:47.5151952Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-26T16:39:47.5180782Z ##[endgroup]
2026-07-26T16:39:47.5181116Z ##[group]Disabling automatic garbage collection
2026-07-26T16:39:47.5183413Z [command]/usr/bin/git config --local gc.auto 0
2026-07-26T16:39:47.5206785Z ##[endgroup]
2026-07-26T16:39:47.5207086Z ##[group]Setting up auth
2026-07-26T16:39:47.5212276Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-26T16:39:47.5234719Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-26T16:39:47.5513618Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T16:39:47.5541930Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-26T16:39:47.5730999Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T16:39:47.5759861Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-26T16:39:47.5952310Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-26T16:39:47.5982303Z ##[endgroup]
2026-07-26T16:39:47.5982675Z ##[group]Determining the default branch
2026-07-26T16:39:47.5985405Z Retrieving the default branch name
2026-07-26T16:39:48.0354835Z Default branch 'main'
2026-07-26T16:39:48.0355426Z ##[endgroup]
2026-07-26T16:39:48.0355874Z ##[group]Fetching the repository
2026-07-26T16:39:48.0360357Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-26T16:39:48.6293771Z From https://github.com/SaberMage/spt-shell-notify
2026-07-26T16:39:48.6294146Z  * [new branch]      main       -> origin/main
2026-07-26T16:39:48.6311714Z ##[endgroup]
2026-07-26T16:39:48.6312014Z ##[group]Determining the checkout info
2026-07-26T16:39:48.6314059Z ##[endgroup]
2026-07-26T16:39:48.6324209Z [command]/usr/bin/git sparse-checkout disable
2026-07-26T16:39:48.6534997Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-26T16:39:48.6609767Z ##[group]Checking out the ref
2026-07-26T16:39:48.6612879Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-26T16:39:48.6796395Z Switched to a new branch 'main'
2026-07-26T16:39:48.6796771Z branch 'main' set up to track 'origin/main'.
2026-07-26T16:39:48.6801684Z ##[endgroup]
2026-07-26T16:39:48.6839893Z [command]/usr/bin/git log -1 --format=%H
2026-07-26T16:39:48.6862469Z ee2d37eadc730c0019e0af82d683074c509634a2
